runtime.moduledata.maxpc (field)
5 uses
runtime (current package)
plugin.go#L103: if md.minpc <= entry && entry <= md.maxpc {
plugin.go#L122: name, "/", name2, "outside pc range:[", hex(md.minpc), ",", hex(md.maxpc), "], modulename=", md.modulename, ", pluginpath=", md.pluginpath)
symtab.go#L413: minpc, maxpc uintptr
symtab.go#L659: maxpc := datap.maxpc
symtab.go#L867: if datap.minpc <= pc && pc < datap.maxpc {
 |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |